home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / autocm10.arc / SOURCE2.MAC < prev   
Text File  |  1990-08-07  |  1KB  |  25 lines

  1. THIS FILE IS USED INTERNALLY BY AUTOCOM TO BUILD UP THE MACROS.
  2.  
  3. You may edit these lines to customize your macros. You must not however,
  4. move the macros around, or change the current line positions. Any line
  5. can be up to 255 characters long. Use the /s option to view the finished
  6. macro file after you've made changes here. Any `#' indicates the
  7. effective end of line.
  8.  
  9. ******************************************************************************
  10.  
  11. {dwn} #                                 /* download macro name */
  12. {send d #                               /* download command */
  13. |} {call dn2}#                          /* after file name */
  14. {return}#                               /* return at end of download */
  15. {dwn} {return}#                         /* dummy download macro */
  16. {adi} {return}#                         /* dummy additional macro */
  17. {adi} {macload commo.mac,#              /* start of additioal macro */
  18. }#                                      /* end of additional macro */
  19. {nam} {send ~ #                         /* before first name */
  20. } {send ~ #                             /* before last name  */
  21.  ~} {return}#                            /* after last name */
  22. {dil} {mark #                           /* begining of dial */
  23. }#                                      /* after bbs name */
  24. {dll} {dial 5,bsy} {}#                  /* end of dial */
  25.